home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 22 / Amiga Format AFCD22 (Jan 1998, Issue 106).iso / -in_the_mag- / picmanagerpro / help / arx.hlp < prev    next >
Text File  |  1997-11-19  |  2KB  |  52 lines

  1.  THE AREXX-MENU
  2.  --------------
  3.  
  4.      IMPORTANT: To be able to use the following functions the
  5.      program REXXMAST from the Workbench's System drawer has to be
  6.      started beforehand!
  7.  
  8.      The ARexx pulldown menu of PMPro can be freely configured.
  9.      It may be used to select functions which are needed often (like
  10.      opening a Shell window on the PMScreen, starting the
  11.      TP-PrintManager, running various applications like DPaint,
  12.      ADPro or DOpus, putting their screens to front and many more).
  13.      For this you have to use the function "Configure menu".
  14.      Within this context you may select an ARexx-Script for any of the
  15.      14 available menus which then will be called when selecting the
  16.      menu. Many sample scripts can be found within the drawer
  17.      PicManager/Rexx2.
  18.      These menus can be used in many different ways:
  19.  
  20.      Just take a look at the pre-configured menu and test some
  21.      functions. You will see that it enables PMPro to become
  22.      the command centre for most applications.
  23.      Time-consuming returns to the workbench will no longer be necessary.
  24.      Since all menu-started functions and applications will run
  25.      asynchronously and within the multitasking environment,
  26.      you may immediately
  27.      continue your work with PMPro.
  28.      You may for example open unlimited numbers of windows of foreign
  29.      applications on the PMPro screen without handicapping it
  30.      in any way.
  31.  
  32.      The particular functions:
  33.  
  34.      Execute AREXX-Command
  35.      ---------------------
  36.      Allows entering and execution of an ARexx-command within and
  37.      directly from a menu.
  38.  
  39.      Execute AREXX-Script
  40.      ------------------
  41.      The appearing menu allows selection of an AREXX-Script via
  42.      File-requester and direct execution.
  43.  
  44.      Configure Menu
  45.      --------------
  46.      This function allows configuration of the 14 freely
  47.      configurable AREXX-pulldown menus.
  48.      Each menu item may be linked to an AREXX-Script, which will
  49.      then be executed when selecting it.
  50.  
  51.  
  52.